home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Science⁄Math / Gnuplot 3.5 for Macintosh / SOURCES 3.5 / readline.proto.h < prev    next >
Encoding:
Text File  |  1993-11-12  |  132 b   |  8 lines  |  [TEXT/MSWD]

  1.  
  2. /* readline.c */
  3. int user_putc(int);
  4. int user_puts(char *);
  5. int backspace(void);
  6. char *readline(char *);
  7. void add_history(char *);
  8.